html,
body {
    width: 100%;
    font-size: 16px;
    overflow-x: hidden;
}

* {
    margin: 0;
    padding: 0;
}

em {
    font-style: normal;
}

img {
    border: 0 none;
    height: auto;
    vertical-align: middle;
}

ul {
    list-style: none;
}

.clear {
    clear: both
}

.l {
    float: left;
}

.r {
    float: right;
}

div {
    box-sizing: border-box;
}

li {
    list-style: none;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

a {
    text-decoration: none;
    color: #333;
}

.cuya {
    font-family: "impact";
}

.s_width {
    width: 1280px;
    margin: 0 auto;
    position: relative
}

.liuyan {
    padding: 0 0 30px 0
}

.welcome {
    width: 100%;
    background: #9a0023;
    height: 33px;
    line-height: 33px;
    position: absolute;
    display: flex;
    justify-content: space-between;
    z-index: 9999999999999999999999;
    color: #fff;
    font-size: 14px;
    top: 0;
}

.welcome .left {
    margin-left: 5%;
    text-align: left;
}

.welcome .right {
    text-align: left;
    margin-right: 5%;
}

.welcome .right span {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
}


/*主导航多级菜单*/

.hbg {
    width: 100%;
    position: absolute;
    top: 33px;
    z-index: 9999;
    background: none;
    text-align: center;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px 0;
}

#logo {
    transition: .5s;
    top: 20px;
    width: auto;
    margin-left: 5%;
}

#logo img {
    max-width: 100%;
}

.hbg .nav {
    height: 70px;
    width: 40%;
    padding-top: 10px;
    margin-right: 5%;
}

.hbg .nav li {
    width: calc(100%/6);
    float: left;
    text-align: center;
    position: relative;
}

.hbg .nav li a {
    font-size: 16px;
    color: #fff;
    display: block;
    line-height: 50px;
}

.hbg .nav li a:hover {
    border-bottom: 5px #9a0023 solid;
    font-weight: bold;
    transition: all 0.9s ease 0s;
    -webkit-transition: all 0.9s ease 0s;
    color: #9a0023
}

.hbg .nav li.on {
    border-bottom: 5px #9a0023 solid;
    font-weight: bold;
}

.hbg .tel {
    width: 20%;
    color: #fff;
    background: url("../images/t.png") left center no-repeat;
    height: 44px;
    line-height: 44px;
    text-align: left;
    padding-left: 40px;
    margin-top: 10px;
}

.hbg .tel span {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 18px
}

.subnav {
    width: 1200px;
    height: 500px;
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    left: -200px;
}

.subnav-bot {
    height: 16px;
}

.header-main.fixed .subnav {
    top: 46px;
}

.header-main.fixed .nav li a {
    padding-bottom: 0;
}

.investor-subnav {
    width: 630px;
    padding: 23px 0 0 15px;
    background: rgba(0, 0, 0, 0.7);
    z-index: 999999;
    overflow: hidden;
}

.investor-subnav .list {}

.investor-subnav .list li {
    width: 180px;
    float: left;
    margin: 0 15px 0 8px;
    cursor: pointer;
}

.investor-subnav .list li a {
    display: block;
    color: #fff;
    text-align: center;
    background: #0e88dd
}

.investor-subnav .list li a:hover {
    background: #333
}

.investor-subnav .list li .zong .pic img {
    border: 4px solid #fff;
    transition: 0.1s;
    width: 170px;
    height: 170px;
    margin: 0 auto;
    display: block;
}

.investor-subnav .list li .zong {
    width: 100%;
    height: 100%;
    position: relative;
    color: #000000;
}

.investor-subnav .list li:hover .zong .pic img {
    border: 4px solid #e4161a;
    box-shadow: 0 0 10px #f00;
}

.investor-subnav .list li .zong .text {
    text-align: center;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    padding: 5px;
    line-height: 33px;
}


/* ------------------------ */

#banner {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-bottom: 20px;
}

#banner ul {
    position: relative;
    overflow: hidden;
    width: 400%;
    margin: 0;
}

#banner ul li {
    width: 25%;
    float: left
}

#banner ul li img {
    width: 100%;
    display: block;
}

#banner aside {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 0;
    width: 90%;
    right: 0;
    left: 0;
    margin: auto
}

#banner aside span {
    display: block;
    width: 65px;
    height: 65px;
    z-index: 63;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    position: relative;
    cursor: pointer;
    opacity: 0;
    transition: all 0.3s;
    margin-top: -2%;
}

#banner:hover aside span {
    opacity: 1;
}

#banner aside span:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 20%;
    margin: auto;
    width: 27px;
    height: 27px;
    border-top: 3px solid #ffffff;
    border-left: 3px solid #ffffff;
    -webkit-transform: rotateZ(-45deg);
    -moz-transform: rotateZ(-45deg);
    -ms-transform: rotateZ(-45deg);
    -o-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg)
}

#banner aside span.prev {
    float: left;
}

#banner aside span.next {
    float: right;
}

#banner aside span.next:after {
    left: 0;
    right: 20%;
    -webkit-transform: rotateZ(135deg);
    -moz-transform: rotateZ(135deg);
    -ms-transform: rotateZ(135deg);
    -o-transform: rotateZ(135deg);
    transform: rotateZ(135deg)
}

#banner #bannerBtnS {
    width: 85px;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 6%;
    margin: auto
}

#banner #bannerBtnS em {
    display: block;
    float: left;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 3px solid #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 4.75px;
    background: #fff;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    cursor: pointer
}

#banner #bannerBtnS em.act {
    background: #9a0023
}

.sl {
    width: 100%;
}

.sl,
.st,
.st div,
.sl div {
    overflow: hidden;
}

.nextinfo {
    width: 100%;
    overflow: hidden;
}

.nextinfo span {
    background: #eee;
    margin: 20px 1%;
    width: 48%;
    float: left;
    text-align: center;
    border-radius: 20px;
    font-size: 14px;
}

.nextinfo span a {
    color: #000
}

#banner .bbom {
    background: url(../images/bbom.png) no-repeat bottom center;
    height: 237px;
    position: absolute;
    width: 100%;
    bottom: 40px;
}


/*内页公司简介*/

.syrtCont {
    position: relative;
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
}

.syrtCont ul {
    margin: 0 auto;
    width: 208px;
    overflow: hidden;
}

.syrtCont li {
    float: left;
    text-align: center;
    margin-right: 20px;
    margin-left: 20px;
    height: 380px
}

.syrtCont li:hover .cptxt {
    background: #f70000;
    width: 320px;
    height: 320px;
    border: 5px #f70000 solid;
    border-radius: 100% 50%;
    position: relative;
    z-index: 3;
    -webkit-box-shadow: 0 0px 20px rgba(0, 0, 0, 0.3);
    top: 30px;
}

.syrtCont li:hover .cptxt h3,
.syrtCont li:hover .cptxt p {
    color: #fff
}

.syrtCont li:hover .comore {
    background: #fff;
    color: #333
}

.syrtCont li:hover .cppics img {
    border: 6px solid #f70000;
}

.syrtCont li a {
    display: block;
    position: relative;
    transition: all .2s ease;
    padding-top: 20px;
}

.syrtCont li .cptxt {
    background: rgba(255, 255, 255, .5);
    width: 320px;
    height: 320px;
    border: 5px #fff solid;
    border-radius: 100% 50%;
    position: relative;
    z-index: 3;
    -webkit-box-shadow: 0 0px 15px rgba(255, 0, 0, 0.1);
    top: 30px;
}

.syrtCont li .cptxt h3 {
    font-size: 24px;
    font-weight: bold;
    padding-top: 110px;
    line-height: 40px
}

.syrtCont li .cptxt p {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    font-size: 15px;
    line-height: 21px;
    color: #333
}

.syrtCont li .comore {
    background: #f70007;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    position: absolute;
    z-index: 5;
    bottom: 0px;
    left: 30%;
    text-align: center;
    line-height: 50px;
    color: #fff
}

.syrtCont li .cppics img {
    display: block;
    font-size: 0px;
    width: 120px;
    height: 120px;
    transition: all .2s ease;
    border: 6px solid #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 0px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0px 15px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
    position: absolute;
    z-index: 4;
    margin-left: 50px;
}

.tx_index_pro {
    overflow: hidden;
    width: 100%;
    padding: 20px 0;
    clear: both;
    position: relative;
}

.inbg {
    height: 339px;
}

.tx_index_pro_right {
    float: right;
    position: relative;
    z-index: 999999;
}

.cssimg img {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
}

.cssimg:hover img {
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05)
}

.tx_index_pro_left {
    float: left;
    width: 640px;
}

.tx_index_pro_left .swiper-container {
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
}

.tx_index_pro_left .swiper-slide .title {
    text-align: left;
    line-height: 35px;
    font-size: 20px;
    color: #b7946e;
    padding-bottom: 45px;
}

.tx_index_pro_left .swiper-slide .title span {
    font-size: 35px;
    font-weight: bold;
    padding-right: 10px;
}

.tx_index_pro_left .pagination {
    position: absolute;
    z-index: 20;
    right: 50px;
    top: 10px;
}

.tx_index_pro_left .swiper-pagination-switch {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(img/11.png);
    margin-right: 0px;
    cursor: pointer;
}

.tx_index_pro_left .swiper-visible-switch {}

.tx_index_pro_left .swiper-active-switch {}

.tx_index_pro_left img {
    max-width: 100%;
}

.rtCont {
    position: relative;
    width: 80%;
    margin: 0 auto;
    overflow: hidden;
}

.rtCont ul {
    margin: 0 auto;
    width: 208px;
    overflow: hidden;
}

.rtCont li {
    float: left;
    text-align: center;
    margin-right: 20px;
    margin-left: 20px;
}

.rtCont li a {
    display: block;
    position: relative;
    transition: all .2s ease;
    padding-top: 20px;
}

.rtCont li a img {
    display: block;
    font-size: 0px;
    width: 164px;
    height: 164px;
    transition: all .2s ease;
    border: 6px solid #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 0px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0px 15px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
}

.rtCont .btnLeft,
.rtCont .btnRight {
    position: absolute;
    top: 150px;
    margin-top: -15px;
    width: 46px;
    height: 46px;
    background: #3ec1d3;
    font-size: 33px;
    color: #fff;
    font-family: "宋体";
    text-align: center;
    line-height: 46px;
    box-shadow: 0 0px 10px rgba(92, 181, 26, 1);
}

.rtCont li a p {
    margin-top: 15px;
    font-size: 18px;
    color: #fff;
    margin-bottom: 0;
    background: #00a040;
    border-radius: 20px;
    line-height: 40px
}

.rtCont li a:hover img {
    -webkit-box-shadow: 0 0px 15px rgba(92, 181, 26, 1);
}

.rtCont li a:hover p {
    color: #ffdf00
}

.rtCont .btnLeft {
    left: -50px;
}

.rtCont .btnRight {
    right: -50px;
}

.rtCont>a {
    transition: .5s;
}

.rtCont>a:hover {
    background: #fff;
    color: #999;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.3);
}


/*首页产品分类*/

.stiao {
    width: 1px;
    height: 40px;
    background: #ccc;
    margin: 10px auto
}

.listslider {
    width: 100%;
    min-width: 1320px;
    background-color: #eee;
    overflow: hidden;
    position: relative;
}

.fledx {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.listslider li {
    list-style: none;
    float: left;
    width: calc(100%/3);
    height: 100%;
    box-sizing: border-box;
    color: white;
    text-align: center;
    position: relative;
}

.listslider li>a>h3 {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 35%;
    font-size: 24px;
    color: white;
    background: url("../images/as.png") center no-repeat;
    line-height: 159px;
}

.listslider li:nth-child(1) {
    background: url('../images/list1.jpg');
    background-repeat: no-repeat;
    background-size: auto 100%;
}

.listslider li:nth-child(2) {
    background: url('../images/list2.jpg');
    background-repeat: no-repeat;
    background-size: auto 100%;
}

.listslider li:nth-child(3) {
    background: url('../images/list3.jpg');
    background-repeat: no-repeat;
    background-size: auto 100%;
}

.listslider li:nth-child(2n-1) {
    margin-top: -100%;
    background-color: #666;
}

.listslider li:nth-child(2n) {
    margin-top: 100%;
    background-color: #999;
}

.listslider .tips {
    color: black;
    width: 240px;
    height: 240px;
    background-color: white;
    margin: -120px -120px;
    position: absolute;
    top: 50%;
    left: 50%;
    display: none;
    overflow: hidden;
}

.tips .co {
    width: 100%;
    height: 100%;
    padding-top: 80px;
    opacity: 0;
}

.co h2 {
    line-height: 40px;
    font-size: 24px;
    color: #9a0023;
    font-weight: normal
}

.en_intro {
    color: gray;
}

.tips .todetail {
    bottom: 60px;
    padding-left: 10px;
    width: 100%;
}

.fa-long-arrow-right {
    margin-left: 20px;
}


/*cpbg*/

.cpbg {
    width: 96%;
    padding: 60px 0 0px 0;
}

.cp_tel {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 40px
}

.chanpin_con {
    padding: 0px 0 30px 0;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.chanpin_con li {
    float: left;
    padding: 10px 0;
    width: 24%;
    height: auto;
    padding-bottom: 0.5%;
    margin: 0 0.5% 1% 0.5%;
    position: relative;
    overflow: hidden;
    background: #00a040
}

.chanpin_con .old img {
    width: 100%;
    transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
}

.chanpin_con li:hover .old img {
    transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
}

.chanpin_con .cp_xq {
    width: 290px;
    position: absolute;
    left: 50%;
    margin-left: -145px;
    height: 260px;
    line-height: 30px;
    color: #fff;
    font-size: 15px;
    background: rgba(247, 0, 0, 0.8);
    top: 50px;
    opacity: 0;
}

.chanpin_con .cp_xq h3 {
    font-size: 28px;
    text-align: center;
    color: #fff;
    padding: 30px 0 25px 0
}

.chanpin_con .cp_xq p {
    margin: 0px 20px;
    padding: 20px 15px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff
}

.chanpin_con .cp_xq div {
    padding: 15px 0 0 0;
    text-align: center
}

.chanpin_con li:hover .cp_xq {
    opacity: 1;
    animation: categorytextanimate5 1s;
    -moz-animation: categorytextanimate5 1s;
    -webkit-animation: categorytextanimate5 1s;
    -o-animation: categorytextanimate5 1s;
}

@keyframes categorytextanimate5 {
    from {
        transform: rotateY(0deg);
    }
    to {
        transform: rotateY(360deg);
    }
}

@-moz-keyframes categorytextanimate5 {
    from {
        transform: rotateY(0deg);
    }
    to {
        transform: rotateY(360deg);
    }
}

@-webkit-keyframes categorytextanimate5 {
    from {
        transform: rotateY(0deg);
    }
    to {
        transform: rotateY(360deg);
    }
}

@-o-keyframes categorytextanimate5 {
    from {
        transform: rotateY(0deg);
    }
    to {
        transform: rotateY(360deg);
    }
}

.chanpin_con .old {
    width: 90%;
    margin: 10px auto 0 auto;
    position: relative;
    overflow: hidden;
}

.chanpin_con p a {
    color: #fff;
    display: block;
    text-align: center;
    font-size: 28px;
    line-height: 45px;
    font-weight: bold
}

.chanpin_con p {
    display: block;
    font-size: 16px;
    color: #666;
    text-align: center;
    width: 90%;
    margin: 0 auto;
    text-align: left;
    line-height: 25px;
    padding-top: 10px
}


/*首页关于我们*/

.about_bg {
    background: url(../images/about.jpg) center 0 no-repeat;
    z-index: 999;
    height: 630px;
    padding-top: 40px;
}

.about_bg .about {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    padding-top: 20px;
}

.about_bg .about .img {
    background: url("../images/ab.jpg") center no-repeat;
    height: 500px;
    width: 40%
}

.about_bg .about .txt {
    width: 57%
}

.about_bg .about .txt h1 {
    color: #ff7800;
    font-size: 32px
}

.about_bg .about .txt p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 20px
}

.abBottom {
    width: 100%;
    height: 200px;
    background: url(../images/abg.jpg) no-repeat 0 0;
    background-attachment: fixed;
}


/*工程案例————————————*/

.casebg {
    height: 760px;
    padding: 50px 0 30px 0;
}

.section_six {
    height: 820px;
    padding: 20px 0 30px 0;
}

.section_six .ss3 {
    background-position: center;
    background-size: cover;
    width: 600px;
    height: 450px;
    border: 8px solid #fff;
    box-shadow: rgba(0, 0, 0, .15) 3px 5px 15px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.section_six .swiper-container-horizontal>.swiper-pagination-bullets {
    width: 160px;
    height: 13px;
    background: #fff;
    text-align: center;
    border-radius: 50px;
    margin: 30px auto 0;
}

.section_six .swiper-pagination-bullet {
    background: #ccc;
    vertical-align: super;
}

.section_six .swiper-container {
    overflow: inherit;
}

.section_six .swiper-button-prev,
.section_five .swiper-button-next {
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.section_six .swiper-button-prev:hover {
    margin-left: -10px;
}

.section_six .swiper-button-next:hover {
    margin-right: -10px;
}

.tit_six {
    padding-bottom: 70px;
}

.section_six .tel {
    text-align: center;
    width: 100%;
    margin: 40px auto 0
}


/*为什么选择我们————————————————————————————————*/

.why_bg {
    background: url("../images/why.jpg") center no-repeat;
    height: 600px;
    overflow: hidden;
    width: 100%;
    padding-top: 50px
}

.why_bg .why {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    padding-top: 20px;
    text-align: center
}

.why_bg .why li {
    width: 24%;
    padding: 1%;
    margin: 0 1%
}

.why_bg .why li img {}

.why_bg .why li h2 {
    margin-top: 20px;
    color: #fff;
    font-size: 24px;
    font-weight: normal;
}

.why_bg .why li .line {
    background: #9a0023;
    height: 3px;
    width: 40px;
    margin: 10px auto 20px
}

.why_bg .why li p {
    font-size: 15px;
    line-height: 25px;
    color: #666;
    height: 60px
}

.why_bg .why li em {
    font-family: impact;
    font-size: 68px;
    color: #88c79a;
    margin: 20px 0 0
}

.why_bg .why li:nth-child(2) em,
.why_bg .why li:nth-child(4) em {
    color: #ffb58d
}


/*服务流程*/

.liucheng_bg {
    background: url("../images/liuchengbg.jpg") center;
    height: 893px;
}

.liucheng_bg ul {
    width: 90%;
    margin: 0 auto;
    padding-top: 70px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}

.liucheng_bg ul .pic {
    width: 30%;
    text-align: left
}

.liucheng_bg ul .liucheng {
    width: 70%;
    text-align: center
}

.liucheng_bg ul .liucheng .list {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    padding-top: 10%;
}

.liucheng_bg ul .liucheng .list li {
    margin: 10px 20px;
    transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
}

.liucheng_bg ul .liucheng .list li .img {
    z-index: 8;
    p
}

.liucheng_bg ul .liucheng .list li .img img {
    max-width: 100%;
    border-radius: 100% 50%;
    border: 8px #fff solid;
}

.liucheng_bg ul .liucheng .list li:hover {
    transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
}

.liucheng_bg ul .liucheng .list li em {
    background: #e5ece5;
    position: absolute;
    margin-top: -50px;
    margin-bottom: 50px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    z-index: 9;
    text-align: center;
    line-height: 60px;
}

.liucheng_bg ul .liucheng .list li p {
    background: #4caf50;
    line-height: 40px;
    width: 150px;
    margin: 40px auto 0;
    border-radius: 30px;
    text-align: center;
    color: #fff;
}

.sytel {
    padding-top: 5%
}


/*新闻动态*/


/*fahuo*/

.fahuo {
    width: 100%;
    height: 676px;
    position: relative;
    margin: 80px auto;
}

.fahuo .fahuo_l {
    position: absolute;
    left: 0;
    top: 0;
    width: 30%;
}

.fahuo .fahuo_l img {
    width: 100%;
    height: 100%;
}

.fahuo .fahuo_r {
    position: absolute;
    right: 0%;
    top: 0;
    width: 68%;
}

.fahuo .fahuo_r h2 {
    text-align: center;
    background: url(../images/hb.png) no-repeat center top;
}

.fahuo .fahuo_r h2 em {
    font-size: 16px;
    color: #666;
    display: block;
    font-weight: normal;
}

.fahuo .fahuo_r h2 em:before {
    content: "";
    width: 80px;
    height: 5px;
    background: #f70000;
    display: block;
    margin: 1rem auto;
}

.al_pic {
    overflow: hidden;
    margin: 60px auto 20px auto;
    float: left;
    width: 83%;
    overflow: hidden
}

.al_pic li {
    float: left;
    margin-right: 20px;
    width: 320px;
}

.al_pic li a:hover {
    background: #e4007f;
    color: #fff;
}

.al_pic li a:hover ol {
    color: #fff;
    margin-left: 30px;
}

.al_pic li a:hover ol::before {
    border-color: #fff;
    content: "+";
    font-size: 40px;
    border: none;
    width: auto;
    top: -15px;
    left: 240px;
}

.al_pic li a {
    display: block;
}

.al_pic li a img {
    display: block;
    width: 100%;
}

.al_pic li a ol {
    text-align: left;
    font-size: 18px;
    margin: 15px 0 0 0;
    position: relative;
    height: 40px;
    transition: all .6s;
    width: 100%
}

.al_pic li a ol::before {
    position: absolute;
    top: 15px;
    left: 140px;
    content: "";
    border-top: 1px solid #ccc;
    width: 100px;
    height: 1px;
}

@media (min-width: 1281px) {
    /*左右滚动*/
    .al_pic,
    .syal_pic {
        display: block;
    }
    .al_pic1,
    .sycp_lb,
    .syal_pic1 {
        display: none;
    }
}


/*footer*/

.footer {
    background: #1b1b1b;
    overflow: hidden
}

.footer ul {
    width: 75%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    color: #ccc;
}

.footer .logo {
    margin-top: 80px;
}

.footer .end_lm28 {
    font-size: 24px;
    color: #fff
}

.footer .line {
    background: #9a0023;
    height: 2px;
    width: 30px;
    margin-top: 8px;
}

.footer .end_list {
    margin-top: 20px;
    font-size: 14px;
}

.footer .end_list li {
    font-size: 15px;
    line-height: 30px;
}

.footer .end_list li a {
    color: #ccc
}

.footer .end_list li a:hover {
    color: #9a0023;
    font-weight: bold;
}

.footer .fenlei {
    width: 12%;
    padding-top: 70px
}

.footer .menu {
    width: 10%;
    padding-top: 70px
}

.footer .contact {
    width: 33%;
    padding-top: 70px
}

.footer .contact .lx {
    width: 100%;
    padding-top: 20px
}

.footer .contact .lx .list {
    font-size: 15px;
    line-height: 30px;
}

.footer .contact .lx .list strong {
    font-size: 20px;
}

.footer .erweima {
    width: 15%;
    text-align: left;
    padding-top: 40px;
}

.footer .erweima img {
    padding: 5px 0
}

.footer .copy {
    border-top: 1px #3c3c3c solid;
    color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 44px;
    margin-top: 20px;
    padding: 12px 0;
    font-weight: bold;
}


/*网站内页*/

.ny_banner {
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    animation: breathe 2s;
    overflow: hidden;
}

.ny_banner img {
    max-width: 100%
}

.header {
    width: 100%;
    position: relative;
    top: 0
}

.ny_prolist {
    width: 100%;
    position: absolute;
    z-index: 10;
    top: 40%;
    height: 300px;
}

.ny_prolist p {
    color: #fff!important;
}

.main {
    width: 90%;
    margin: 0 auto;
}

.main_cont {
    font-size: 16px;
    line-height: 31px;
    color: #333;
}

.main_cont p {
    padding-bottom: 15px!important;
}

.ny_about {
    width: 100%;
    margin: 30px auto;
    text-align: left;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    height: 400px
}

.ny_about .img {
    background: url("../images/ab.jpg") center no-repeat;
    height: 400px;
    width: 45%
}

.ny_about .txt {
    width: 52%;
}

.main_read h3 {
    text-align: center;
    font-size: 48px;
    font-weight: normal;
    padding: 50px 0 10px 0;
    color: #9a0023;
}

.main_read .main_date {
    text-align: center;
    font-size: 15px;
    color: #666;
    line-height: 35px;
    margin-bottom: 50px;
}

.main_read img {
    max-width: 100%;
    margin: 0 auto 15px auto;
    display: block;
}

.main_read .main_read_cont {
    font-size: 16px;
    line-height: 31px;
    color: #333;
    width: 1280px;
    margin: 0 auto;
}

.main_read .main_read_cont p {
    padding-bottom: 15px!important;
    text-indent: 2em;
}

.mbx {
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #eaefed;
}

.mbx .espcms_path {
    width: 1280px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 60px;
}

.mbx .espcms_path li {
    display: inline-block;
    color: #9a0023;
    font-weight: bold;
}

.mbx .espcms_path li a {
    color: #9a0023;
}

.mbx .espcms_path>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}

.espcms_page_botton {
    text-align: center;
    padding: 10px 0px 15px 0;
}

.btn-default {
    color: #9a0023;
    background-color: #fff;
    border-color: #9a0023;
    outline: 0px;
}

.btn {
    display: inline-block;
    padding: 10px 23px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    margin-bottom: 30px;
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.btn-default {
    color: #333;
    background-color: #f2f2f2;
    outline: 0px;
    margin-right: 1px;
}

.btn-default:focus,
.btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    outline: 0px
}

.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
    outline: 0px
}

.btn-default:active,
.btn-default.active {
    color: #fff;
    background-color: #9a0023;
    outline: 0px
}

.btn-default:active:hover,
.btn-default.active:hover,
.open>.dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open>.dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open>.dropdown-toggle.btn-default.focus {
    color: #fff;
    background-color: #9a0023;
}

.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
    background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #ccc;
}

.btn-default .badge {
    color: #fff;
    background-color: #333;
}

.espcms_info_pager {
    width: 1280px;
    margin: 0 auto 105px auto;
}

.espcms_info_pager li {
    width: 46%;
    float: left;
    text-align: center;
    background: #9a0023;
    line-height: 50px;
    margin-right: 5%;
    color: #fff
}

.espcms_info_pager li:nth-child(2n) {
    margin-right: 0px;
}

.espcms_info_pager li a {
    color: #fff
}

.espcms_info_pager li a:hover {
    color: #ff0
}


/*内页产品展示
.se_pro_con{ width:100%; overflow:hidden;  position:relative; margin:0px auto 0 auto;}
.se_pro_con ul{}
.se_pro_con li{ float:left; position:relative; width:32%; height:300px; overflow:hidden;top:100%; margin:0 0.5% 20px; cursor:pointer; }
.se_pro_con em{ font-style: normal; text-align:center; line-height:48px; width:427px; display:block; position:absolute; font-size:20px; color:#fff; font-weight:bold; z-index:3; bottom:0; background:rgba(0,0,0,0.4); right:0}
.se_pro_con .cp_m img{ width:100%; transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease; }
.se_pro_con li:hover .cp_m img{ transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);}
.se_pro_con .cp_k{position:absolute; height: 120px; width: 100%;background: rgba(0,0,0,0.5); bottom:0; z-index: 8888;left:0; transition:all 0.3s ease 0s; -webkit-transition:all 0.3s ease 0s;}
.se_pro_con .cp_k a{ line-height: 50px; color: #FFFDFE; font-size: 24px; font-weight: bold; display: block; text-align: center; padding:10px 0 0 0}
.se_pro_con .cp_k a:hover{font-size: 24px;   color: #fff000;}
.se_pro_con .cp_k p{ 
	text-align:center; 
	font-size:15px; 
	text-align:center; 
	color: #fff;  
	background:#f70000;
	width:120px; 
	height: 36px;  line-height: 36px;
	border-radius:20px 0 20px 0; 
	margin: 0 auto;
}
.se_pro_con .cp_xq{ width:366px; position:absolute; left:50%; margin-left:-190px; height:330px;  line-height:30px; color:#fff; font-size:15px; background:rgba(244,0,7,0.8); top:80px; opacity:0; border-radius: 0 40px 0 40px}
.se_pro_con .cp_xq h2{ font-size:32px; text-align:center; color:#fff; padding:60px 0 25px 0}
.se_pro_con .cp_xq p{ margin:20px; padding:25px 15px; border:1px solid rgba(255,255,255,0.3)}


.se_pro_con li:hover .cp_k{ bottom:-100px;}

.se_pro_con li:hover .cp_xq{ opacity:1;
	animation: categorytextanimate2 1s;
	-moz-animation: categorytextanimate2 1s;
	-webkit-animation: categorytextanimate2 1s;
	-o-animation: categorytextanimate2 1s;
}
@keyframes categorytextanimate2{
	from{transform: rotateY(0deg);}
	to{transform: rotateY(360deg); }
}
@-moz-keyframes categorytextanimate2{
	from{transform: rotateY(0deg);}
	to{transform: rotateY(360deg);}
}
@-webkit-keyframes categorytextanimate2{
	from{transform: rotateY(0deg);}
	to{transform: rotateY(360deg);}
}
@-o-keyframes categorytextanimate2{
	from{transform: rotateY(0deg);}
	to{transform: rotateY(360deg);}
}
*/

.main_about {
    width: 1280px;
    margin: 0 auto;
    background: #fafafa;
    color: #444;
    height: 50px;
    line-height: 50px;
    font-weight: bold;
    font-size: 15px;
    height: 520px;
}

.main_about h2 i {
    background: #C4005B;
    width: 2px;
    height: 30px;
    display: block;
    float: left;
    margin: 10px 10px 0px 0px;
}


/*se_hangye*/

.se_news_con {
    padding: 0px 0 0 0;
    width: 100%;
    margin: 0 auto;
}

.se_news_con ul {}

.se_news_con li {
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    top: 0;
    padding: 25px 0;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    border-bottom: 1px dashed #ececec
}

.se_news_con li:hover {
    background: #9a0023;
    top: 30px;
}

.se_news_con .se_news_da {
    width: 1380px;
    margin: 0 auto
}

.se_news_l {
    width: 300px;
    position: relative;
    overflow: hidden;
    height: 210px;
}

.se_news_l img {
    width: 300px;
    transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
}

.se_news_l:hover img {
    transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
}

.se_news_r {
    width: 1040px;
    position: relative;
    z-index: 2;
    padding: 0px 20px 0 0
}

.se_news_r span {
    display: block;
    line-height: 35px;
    font-size: 14px;
    color: #888;
    padding: 0 0 0 20px;
}

.se_news_r h2 {
    font-size: 14px;
    color: #555555;
    padding: 0 0 10px 0;
    font-weight: normal;
    border-bottom: 1px #ececec solid
}

.se_news_r h2 a {
    font-size: 26px;
    color: #333;
    text-transform: uppercase;
    display: block;
    line-height: 50px;
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
}

.se_news_r h2 a:hover {
    color: #9a0023;
}

.se_news_r p {
    line-height: 30px;
    color: #777;
    padding: 10px 0 10px 0;
    font-size: 16px;
}

.se_news_r .se_news_more {
    width: 120px;
    line-height: 36px;
    text-align: center;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    float: right
}

.se_news_r .se_news_more a {
    color: #fff;
    font-size: 14px;
    background: #333;
    display: block;
    border-radius: 20px
}

.se_news_r .se_news_more a:hover {
    color: #fff;
}

.se_news_con li:hover .se_news_r h2 a {
    color: #fff;
}

.se_news_con li:hover .se_news_r h2 {
    color: #fff;
}

.se_news_con li:hover .se_news_r p {
    color: #fff;
}


/*se-contact*/

.lmbg {
    width: 100%;
    text-align: center;
    overflow: hidden;
    margin: 40px auto;
    overflow: hidden;
}

.lmbg h3 {
    font-size: 36px;
    color: #ccc;
    /* text-shadow: 1px 1px 2px #ccc; */
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
}

.lmbg h3 span {
    color: #9a0023
}

.lmbg h2 {
    font-size: 56px;
    color: #2d2e2d;
    z-index: 22;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    font-weight: normal;
}

.lmbg h2 span {
    color: #9a0023
}

.lmbg p {
    font-size: 18px;
    line-height: 33px;
    color: #2d2e2d
}

.txt18 {
    display: block;
    font-size: 16px;
    font-weight: normal;
    color: #565656;
    padding-top: 20px;
    text-align: center;
    line-height: 55px;
}

.main_contact {
    width: 1300px;
    margin: 0px auto;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}

.main_contact .lianxi {
    width: 40%
}

.main_contact .message {
    width: 60%
}


/*choose_index*/

#choose_index {
    margin: 0 auto;
    padding: 0px 0 30px;
    width: 90%;
    overflow: hidden;
    min-width: 1300px
}

#choose_index h1 {
    margin-top: 20px;
    width: 100%;
    height: 55px;
    font-size: 32px;
    font-weight: bold;
    color: #333;
    line-height: 55px;
    text-align: center;
}

#choose_index p {
    width: 100%;
    font-size: 16px;
    color: #616161;
    line-height: 33px;
    text-align: center;
}

#choose_index ul {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}

#choose_index ul li {
    padding-right: 10px;
    position: relative;
    width: 24%;
}

#choose_index ul li h1 {
    margin: 0 auto;
    margin: 26px 0;
    width: 270px;
    height: 80px;
    line-height: 80px;
    font-size: 70px;
    font-weight: bold;
    color: #9a0023;
    text-align: center;
    position: relative;
}

#choose_index ul li h2 {
    font-size: 66px;
    font-weight: bold;
    color: #9a0023;
    text-align: center;
}

#choose_index ul li .h6 {
    line-height: 48px;
    font-size: 48px;
    font-weight: bold;
    color: #9a0023;
    position: absolute;
    top: -13px;
}

#choose_index ul li .h7 {
    line-height: 30px;
    font-size: 30px;
    font-weight: bold;
    color: #9a0023;
    position: absolute;
    top: 0;
}

#choose_index ul li h3 {
    margin: 0 auto;
    clear: both;
    padding-bottom: 10px;
    width: 270px;
    height: 32px;
    line-height: 32px;
    font-size: 18px;
    color: #333;
    text-align: left;
}

#choose_index ul li p {
    margin: 0 auto;
    width: 300px;
    height: 75px;
    font-size: 13px;
    color: #616161;
    line-height: 22px;
    text-align: center;
}

#choose_index ul li a {
    width: 270px;
    margin: 0 auto;
    height: 30px;
    font-size: 18px;
    color: #9a0023;
    line-height: 30px;
    text-align: center;
    display: block;
    text-decoration: none;
}

#choose_index ul li a:hover {
    font-weight: bold;
}

#choose_index ul li div.num {
    float: left;
    font-size: 62px;
    line-height: 100px;
    font-weight: bold;
    color: #9a0023;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

#choose_index ul li div.top {
    float: left;
    font-size: 24px;
    line-height: 94px;
    font-weight: bold;
    color: #9a0023;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

#choose_index ul li div.choose_xgdiv {
    height: 100px;
    margin: 0 auto;
    text-align: center;
}

.animate {
    -webkit-animation: play 500ms linear 1;
    -moz-animation: play 500ms linear 1;
    animation: play 500ms linear 1;
}

@-webkit-keyframes play {
    0% {
        -webkit-transform: rotateX(0deg);
    }
    100% {
        -webkit-transform: rotateX(360deg);
    }
}

@-moz-keyframes play {
    0% {
        -moz-transform: rotateX(0deg);
    }
    100% {
        -moz-transform: rotateX(360deg);
    }
}

@keyframes play {
    0% {
        transform: rotateX(0deg);
    }
    100% {
        transform: rotateX(360deg);
    }
}


/*------jiameng_list----*/

.jiameng_list {
    width: 100%;
    margin: 0 auto;
}

.jiameng_list a {
    color: #fff
}

.jiameng_list .left,
.jiameng_list .right {
    width: 50%;
    height: 878px;
}

.sy_news {
    width: 90%;
    margin: 0 auto 40px;
    overflow: hidden;
}

.sy_news li {
    width
}

.sy_news li .left img {
    max-width: 100%
}

.sy_news li .right p {
    font-size: 14px;
}

@media only screen and (max-width: 750px) {
    .sy_news li {
        width: 100%;
        float: left;
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-between;
        margin: 0.5%;
    }
    .sy_news li .left {
        width: 27%;
    }
    .sy_news li .right {
        width: 68%;
    }
    .sy_news li .right h3 {
        font-size: 16px;
        ;
    }
    .sy_news li .right p {
        display: none;
    }
    .sy_news li .right h5 {
        display: none;
    }
}

@media only screen and (min-width: 751px) {
    .sy_news li {
        width: 100%;
        float: left;
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-between;
        margin: 0.5%;
    }
    .sy_news li .left {
        width: 30%;
    }
    .sy_news li .right {
        width: 66%;
    }
    .sy_news li .right h3 {
        font-size: 16px;
    }
    .sy_news li .right p {
        margin-top: 5px;
        line-height: 25px;
    }
    .sy_news li .right h5 {
        font-size: 14px;
        font-weight: normal;
        width: 120px;
        height: 36px;
        line-height: 36px;
        background: #9a0023;
        text-align: center;
        color: #fff;
        margin: 8px 0;
    }
}

@media only screen and (min-width: 1200px) {
    .sy_news li {
        width: 48%;
        float: left;
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-between;
        margin: 0.5%;
    }
    .sy_news li .left {
        width: 30%;
    }
    .sy_news li .right {
        width: 66%;
    }
    .sy_news li .right h3 {
        font-size: 16px;
    }
    .sy_news li .right p {
        margin-top: 5px;
        line-height: 25px;
    }
    .sy_news li .right h5 {
        display: none;
    }
}

@media only screen and (min-width: 1400px) {
    .sy_news li {
        width: 48%;
        float: left;
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-between;
        margin: 0.5%;
    }
    .sy_news li .right h5 {
        display: block;
    }
    .sy_news li .left {
        width: 36%;
    }
    .sy_news li .right {
        width: 60%;
    }
    .sy_news li .right h3 {
        font-size: 18px;
    }
    .sy_news li .right p {
        margin-top: 5px;
        line-height: 25px;
    }
}

@media only screen and (min-width: 1600px) {
    .sy_news li {
        width: 48%;
        float: left;
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-between;
        margin: 0.5%;
    }
    .sy_news li .left {
        width: 35%;
    }
    .sy_news li .right {
        width: 62%;
    }
    .sy_news li .right h3 {
        font-size: 22px;
    }
    .sy_news li .right p {
        margin-top: 10px;
        line-height: 28px;
    }
}

.gtr {
    position: fixed;
    z-index: 999999;
    right: 0;
    width: 70px;
    height: 198px;
    margin-top: -99px;
    top: 67%;
}

.gtr ul li {
    border-bottom: 1px #ececec solid;
    float: left;
    position: relative;
    width: 100%;
    height: 65px;
}

.gtr ul li:hover {
    border-bottom: 1px #ececec solid;
}

.gtr ul li:nth-child(3) img,
.gtr ul li:nth-child(1) img,
.gtr ul li:nth-child(1) p {
    display: none;
    position: absolute;
    top: 0;
    right: 70px;
    max-width: none;
}

.gtr ul li:nth-child(1) p {
    width: 176px;
    font-size: 22px;
    font-family: "cuya";
    color: #434343;
    line-height: 50px;
}

.gtr ul li a {
    background-color: #fff;
    -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    display: block;
    width: 100%;
    height: 65px;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.gtr ul li:hover a {
    background-color: #ff7800;
}

.qqchat {
    display: none;
    position: absolute;
    right: 75px;
    width: 255px;
    height: 144px;
    top: -32px;
    background-image: url(images/qqchat.png);
    background-position: center;
    background-repeat: no-repeat;
}

.gtr ul li:nth-child(3):hover img,
.gtr ul li:nth-child(1):hover img,
.gtr ul li:nth-child(1):hover p {
    display: block;
}

.gtr ul li:nth-child(1) a {
    background-image: url(../images/r1.png);
}

.gtr ul li:nth-child(1):hover a {
    background-image: url(../images/r1on.png);
}

.gtr ul li:nth-child(2) a {
    background-image: url(../images/r2on.png);
}

.gtr ul li:nth-child(2):hover a {
    background-image: url(../images/r2.png);
}

.gtr ul li:nth-child(3) a {
    background-image: url(../images/qq2.png);
}

.gtr ul li:nth-child(3):hover a {
    background-image: url(../images/qq.png);
}


/*产品列表se_pro_con*/

.se_pro_con {
    position: relative;
    margin: 15px auto;
    width: 1300px;
}

.se_pro_con ul {}

.se_pro_con li {
    float: left;
    padding: 0;
    width: 400px;
    height: 400px;
    margin: 10px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    background: #07a244;
}

.se_pro_con li:hover {
    background: #ff911e;
}

.se_pro_con li a {
    width: 400px;
    height: 360px;
    display: block;
    position: relative;
}

.se_pro_con li a .se_pro_cc {
    width: 400px;
    height: 65px;
    text-align: center;
    color: #f3f5f7;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}

.se_pro_con li img {
    width: 100%;
    transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
}

.se_pro_con li:hover img {
    transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
}

.se_pro_con .chanpin_con_pic {
    width: 400px;
    height: 300px;
    position: relative;
    overflow: hidden;
}

.se_pro_con li a .se_pro_cc p {
    display: block;
    font-size: 20px;
    line-height: 50px;
    color: #fff;
    font-weight: bold
}

.se_pro_con li a .se_pro_cc div {
    width: 90%;
    margin: 0 auto
}

.se_pro_con li a .se_pro_cc span {
    display: block;
    width: 100px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    line-height: 30px;
}

.se_pro_con li a .se_pro_cc span.blue {
    background: #00af7c
}

.se_pro_con li a .se_pro_cc span.red {
    background: #ec401e
}

.chanpin_con_cc p {
    font-size: 16px;
    color: #fff;
    border-bottom: 1px #f5f5f5 solid;
    line-height: 55px
}

.se_pro_cc p {
    font-size: 16px;
    color: #fff;
    border-bottom: 1px rgba(255, 255, 255, .4) solid;
    line-height: 55px;
    width: 90%;
    margin: 0 auto
}

.se_pro_cc {
    width: 90%;
    margin: 0 auto;
}

.end_line {
    width: 90%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    line-height: 40px
}

.end_line .e14 {
    font-size: 24px;
    font-family: Arial;
    color: #fff;
    text-align: left;
    background: url("../images/t.png") left no-repeat;
    padding-left: 30px
}

.end_line .morea {
    font-size: 24px;
    font-family: Arial;
    color: #fff;
    text-align: right;
}

.map_img {
    width: 100%;
    background: url("../images/map.jpg") center no-repeat;
    height: 474px;
    overflow: hidden;
}

.jiameng_list {
    width: 100%;
    height: 888px;
    display: flex;
    justify-content: space-between;
    text-align: center;
    color: #fff
}

.jiameng_list .left,
.jiameng_list .right {
    width: 50%
}

.jiameng_list .left {
    background: url("../images/j1.jpg") center no-repeat;
}

.jiameng_list .right {
    background: url("../images/j2.jpg") center no-repeat;
}

.jiameng_list h2 {
    padding-top: 260px;
    font-size: 36px;
    font-weight: normal;
}

.jiameng_list .line {
    background: #9a0023;
    height: 3px;
    width: 30px;
    margin: 20px auto;
}

.jiameng_list p {
    width: 65%;
    font-size: 16px;
    margin: 0 auto;
    line-height: 30px;
}

.jiameng_list .left .more {
    background: #9a0023;
    height: 44px;
    line-height: 44px;
    text-align: center;
    margin: 15px auto;
    width: 150px;
    border-radius: 5px;
}

.jiameng_list .right .t16 {
    background: url("../images/ass.png") center no-repeat;
    width: 317px;
    height: 31px;
    line-height: 31px;
    margin: 10px auto;
    ;
}

.se_chanpin_con {
    padding: 0 0 11px 0;
    overflow: hidden;
    width: 98%;
    margin-right: 2%;
}

.se_chanpin_con ul {
    display: flex;
    flex: row;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.se_chanpin_con li {
    padding: 0;
    width: 33%;
    height: auto;
    margin: 0 0.5% 2% 0;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.se_chanpin_con li:nth-child(3n) {
    margin: 0 0 2% 0;
}

.se_chanpin_con .pro_pic img {
    width: 100%;
    transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
}

.se_chanpin_con li:hover div img {
    transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
}

.se_chanpin_con .pro_pic {
    width: 100%;
    position: relative;
    overflow: hidden;
    border: 1px solid #f1f1f1;
    border-bottom: 0 solid #f1f1f1;
}

.se_chanpin_con .pro_text {
    padding: 8px 0 23px 0;
    border: 1px solid #f1f1f1;
}

.se_chanpin_con .pro_text p {
    color: #333333;
    text-align: center;
    font-size: 18px;
    line-height: 46px;
    font-weight: bold;
    padding: 10px 0 0 0
}

.se_chanpin_con .pro_text span {
    display: block;
    width: 128px;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 40px;
    background: #9a0023;
    z-index: 1
}

.guding {
    background: #f6f6f6;
    height: 120px;
    position: relative;
    width: 100%;
    z-index: 110000
}

.guding_title {
    font-size: 30px;
    color: #9a0023;
    margin-bottom: 30px;
    text-indent: 0;
}


/*服务列表*/

.gray {
    background: #f3f3f3;
}

.serviceTop {
    font-size: 0;
    margin: 0;
    padding: 0px 0;
    width: 90%;
    margin: 0 auto 20px
}

.serviceTop li {
    display: inline-block;
    vertical-align: top;
    width: 16.6%;
    text-align: center;
    padding-bottom: 20px;
}

.serviceTop li a {
    display: block;
    height: 100%;
    font-size: 14px;
    color: #888787;
}

.serviceTopIco {
    display: inline-block;
    border-radius: 50%;
    border: 1px solid #c0c0c0;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
}

.serviceTopIco>img {
    padding: 55px;
    margin: 0 auto;
    transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
}

.serviceTopIcoHov {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.serviceTopIcoHov>img {
    padding: 55px;
    margin: 0 auto;
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transition: all 0.5s ease-in 0s;
    -webkit-transition: all 0.5s ease-in 0s;
}

.serviceTopName {
    font-size: 20px;
    color: #0d0d0d;
    padding: 5px 0;
    margin-top: 20px;
    text-align: center;
    font-weight: normal;
}

.serviceTop li a:hover .serviceTopIco {
    background: #9a0023;
}

.serviceTop li a:hover .serviceTopIco>img {
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
}

.serviceTop li a:hover .serviceTopIcoHov>img {
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
}


/*招商加盟*/

.index_huahai_con {
    width: 1280px;
    margin: 30px auto 0;
    height: 666px;
    overflow: hidden;
    position: relative
}

.index_huahai_con .huahai_l {
    width: 620px;
}

.index_huahai_con .huahai_l li {
    margin-bottom: 6px;
    box-sizing: border-box;
}

.index_huahai_con .huahai_l li a {
    padding: 5px 25px 15px;
    box-sizing: border-box;
    display: block
}

.index_huahai_con .huahai_l li a h3 {
    font-size: 20px;
    color: #171717;
    line-height: 35px;
}

.index_huahai_con .huahai_l li a p {
    font-size: 14px;
    color: #5f5e5e;
    line-height: 23px;
}

.cp_a {
    background: #ececec
}

.cp_b {
    background: #ececec
}

.cp_c {
    background: #ececec
}

.cp_d {
    background: #ececec
}

.cp_a.cp_crnt,
.cp_b.cp_crnt,
.cp_c.cp_crnt,
.cp_d.cp_crnt {
    background: #9a0023;
}

.index_huahai_con .huahai_l li.cp_crnt a h3 {
    color: #ffffff;
}

.index_huahai_con .huahai_l li.cp_crnt a p {
    color: #ffffff
}

.index_huahai_con .zong {
    height: 666px;
    width: 650px;
    position: absolute;
    top: 0
}

.index_huahai_con .chanpin_r {
    height: 666px;
}

.index_huahai_con .wenzi {
    width: 393px;
    position: relative;
    height: 351px;
    margin-top: 116px;
}

.index_huahai_con .wenzi p {
    width: 357px;
    height: 351px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    box-sizing: border-box;
    padding: 65px 38px 0 38px;
    line-height: 28px;
    font-size: 15px;
    color: #565656
}

.index_huahai_con .wenzi .wenzi_jian {
    width: 36px;
    height: 92px;
    position: absolute;
    right: 0;
    top: 113px;
    background: url(../images/jian.jpg) no-repeat left top;
    transition: all 0.3s;
}

.index_huahai_con .wenzi .wenzi_jian:hover {
    background: url(../images/jian_h.jpg) no-repeat left top;
}

.index_huahai_con .wenzi .wenzi_jian a {
    display: block;
    width: 36px;
    height: 92px;
}

.philosophy-box {
    padding: 30px 0 50px;
    background: #fafcfe;
    overflow: hidden;
}

.philosofix {
    width: 80%;
    margin: auto;
    margin-top: 35px;
}

.philosofix p {
    color: #666;
    font-size: 16px;
    text-align: center;
    line-height: 28px;
}

.philosoban {
    margin-top: 50px;
    position: relative;
}

.philoso-info {
    float: left;
}

.philowr {
    margin: 0 20px;
    overflow: hidden;
}

.philowr figure {
    display: block;
    line-height: 0;
    overflow: hidden;
}

.philowr figure img {
    display: block;
    transition: 0.5s;
    width: 100%;
    height: auto;
    line-height: 0;
}

.philodown {
    padding: 20px 40px;
    border: 2px solid #eaeaea;
    border-top: none;
}

.philodown span {
    display: block;
    color: #333333;
    font-size: 16px;
    height: 66px;
    line-height: 30px;
    overflow: hidden;
}

.philosoban .slick-prev,
.philosoban .slick-next {
    display: block;
    padding: 0;
    margin: 0;
    border: none;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    margin-top: 15%;
    text-indent: 9999px;
    overflow: hidden;
    cursor: pointer;
    transition: 0.38s;
    outline: none;
}

.philosoban .slick-prev {
    left: -75px;
    background: #999999 url(../img/arrow8.png) center no-repeat;
}

.philosoban .slick-next {
    right: -75px;
    background: #999999 url(../img/arrow9.png) center no-repeat;
}

.philosoban .slick-prev:hover {
    background: #9a0023 url(../img/arrow8.png) 16px center no-repeat;
}

.philosoban .slick-next:hover {
    background: #9a0023 url(../img/arrow9.png) 20px center no-repeat;
}

.philowr:hover figure img {
    transform: scale(1.03);
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
}